set default compatible cds alignment to auto for arm64
authorVladimir Petko <vladimir.petko@canonical.com>
Tue, 30 Jul 2024 06:42:49 +0000 (08:42 +0200)
committerMatthias Klose <doko@ubuntu.com>
Tue, 30 Jul 2024 06:42:49 +0000 (08:42 +0200)
commit1926ce0cd18446bba4d045cd1f93408cf2045b17
treeac83e0564184bff4df26a406e50306b3f80db554
parent0c9299058dbb40375d714ab1924893e8b12c21a6
set default compatible cds alignment to auto for arm64

Bug: https://bugs.openjdk.org/browse/JDK-8334895
Last-Update: 2024-06-25

ARM64 requires cds alignment option to be enabled if CDS is enabled.
Setting it to true will enable the option even if CDS is disabled
causing a configuration error. Setting option to auto allows to
enable it only when CDS is enabled.

Gbp-Pq: Name jdk-8334895-proposed.patch
make/autoconf/jdk-options.m4